Re: [SQL] Howto format a float8 number? - Mailing list pgsql-sql

From Herouth Maoz
Subject Re: [SQL] Howto format a float8 number?
Date
Msg-id l03110709b29193093d09@[147.233.159.109]
Whole thread Raw
In response to Howto format a float8 number?  (Jerome Knobl <jknobl@mandanet.ch>)
List pgsql-sql
At 9:59 +0200 on 7/12/98, Jerome Knobl wrote:


> I want to print a floating number like this :
>     10.1 -> 10.10
> or : 10000.1 -> 10'000.10
> or : 0 -> 0.00
> etc...

To the best of my knowledge, you do that on the Front End, using the
formatting facilities of whatever language you are using for your
application.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



pgsql-sql by date:

Previous
From: Jerome Knobl
Date:
Subject: Howto format a float8 number?
Next
From: joerg.troester@gmx.net
Date:
Subject: Inheritance and origin of rows